a11y: Change default accessible role
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 17 Jul 2020 16:43:01 +0000 (17:43 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:15 +0000 (20:31 +0100)
commit03b773f45aa3f8c07186069cb54a88f9f6f95040
tree974a414aad655b52dd42a4f2a30af77341392e63
parent8adcf95300e25a0da8e3d6615b3ffaf419137669
a11y: Change default accessible role

Only GtkWidget should use GTK_ACCESSIBLE_ROLE_WIDGET as its default
accessible role; the default for GtkAccessible and GtkATContext should
be GTK_ACCESSIBLE_ROLE_NONE, meaning "an element whose implicit native
role semantics will not be mapped to the accessibility API", according
to the WAI-ARIA specification.
gtk/gtkaccessible.c
gtk/gtkatcontext.c